projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5466e69
)
(describe-character-set): Pay attention to charsets that don't have
author
Kenichi Handa
<handa@m17n.org>
Wed, 31 Jan 2001 00:05:32 +0000
(
00:05
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 31 Jan 2001 00:05:32 +0000
(
00:05
+0000)
ISO2022's final char.
lisp/international/mule-diag.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-diag.el
b/lisp/international/mule-diag.el
index 43e1270856098a9cfc5e15f78aa252e1b164d444..bbc818591a2b117f225a5e8738e5bb24c99806e7 100644
(file)
--- a/
lisp/international/mule-diag.el
+++ b/
lisp/international/mule-diag.el
@@
-492,7
+492,7
@@
detailed meanings of these arguments."
(format "%d\n" (aref info 3))
(format "%dx%d\n" (aref info 3) (aref info 3))))
(insert "the final char of ISO2022's designation sequence: ")
- (if (
aref info 8
)
+ (if (
>= (aref info 8) 0
)
(insert (format "`%c'\n" (aref info 8)))
(insert "not assigned\n"))
(insert (format "width (how many columns on screen): %d\n"